class DIGRAPH_OUTG_SET_VIEW{NTP,GTP<$RO_DIGRAPH{NTP}} < $RO_SET{NTP}
****
View of the outgoing edges into the node of a digraph.


Flattened version is here

Ancestors
$RO_SET{_} $STR $CONTAINER{_} $ELT{_}
$ELT RO_SET_INCL{_} COMPARE{_}



Public


Features
copy: SAME
**** Return a copy of self
create(g:GTP, src: NTP): SAME
has(n: NTP): BOOL
size: INT

Iters
elt!: NTP


Private

attr graph: GTP;
**** The graph being viewed
attr graph: GTP;
**** The graph being viewed
init(g: GTP,s: NTP): SAME
attr src: NTP;
**** The node whose outgoing edges are being viewed
attr src: NTP;
**** The node whose outgoing edges are being viewed

The Sather Home Page